home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-07-28 | 752 b | 26 lines | [TEXT/KAHL] |
- /*
- File: BovineServer.h
-
- Copyright: © 1991-1994 by Apple Computer, Inc.
- All rights reserved.
-
- Part of the AOCE Sample SMSAM Package. Consult the license
- which came with this software for your specific legal rights.
-
- */
-
-
-
- /***********************************|****************************************/
-
- // These functions deal with the "main event" loop processing of the
- // shell around the gateway.
-
- Boolean IsGatewayPausing ( );
- void SetGatewayPausing ( Boolean pause );
- void QuitGateway ( ); // Force the gateway to quit at next opportunity
-
- Boolean ShutDownGateway ( ); // Shut the gateway down ( nicely )
-
- unsigned long GetCurrentServerLoad ( ); // Returns 0 … 100; representing approx server load
-